How to: Set the keyboard repeat rate in DOS.
Solution:
Type the following at a DOS prompt and press ENTER:
MODE CON DELAY=<d> RATE=<r>
(where <d> is the delay time before a character is repeated when its key is held down, and <r> is the rate at which a character is repeated on the screen when its key is held down).